home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Format CD 38
/
Amiga Format CD38 (1999-03-15)(Future Publishing)(GB)(Track 1 of 3)[!][issue 1999-04].iso
/
-seriously_amiga-
/
programming
/
other
/
wild
/
support
/
wilf
/
modules
/
strings.h
< prev
next >
Wrap
C/C++ Source or Header
|
1999-01-25
|
186b
|
6 lines
#include <exec/types.h>
extern ULONG ChkIn(char *a,char *in);
extern ULONG *NextWord(char *b);
extern ULONG CopyWord(char *fill,char *word);
extern ULONG CopyStr(char *fill,char *from);